-
Notifications
You must be signed in to change notification settings - Fork 24
Batch transactions - Add support #621
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Batch transactions - Add support #621
Conversation
We need to show all transactions data that is in the batch. @Anna15170221 can you take a look? please share transactions links that are used for tests |
@ihomp new examples provided by Ildar |
@ihomp |
@Anna15170221 please review again |
@ihomp |
Yes, but I think it will only be visible in production (mainnet/staging) - we can test with "staging" instead of "devnet" - than it should show. |
import Link from 'next/link' | ||
|
||
// Component to display transaction flags with tooltips | ||
const TransactionFlags = ({ flags }) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we have the functionn in utils showFlags - please reuse it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
resolve conflicts and reuse showFlags from utils
@ihomp |
Issue
Add support of batch txs
Now, I display the main datas.
If you share your specific requirements, I’ll take care of the implementation.